html {
  height: 100%;
}
body {
  /* display: flex; */
  /* flex-direction: column; */
  height: 100%;
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ea7932;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
  margin: 20px 15px !important;
}



/* 版心 */
.w {
  width: 1582px;
  margin: 0 auto;
}

/* button公共样式 */
.copyright {
  position: absolute;
  bottom: 15%;
}

.card-container {
  overflow-x: hidden;
  overflow-y: auto;
}

.textName {
  padding-left: 10%;
}

.textName1 {
  padding-left: 13%;
}

.button {
  display: flex;
  cursor: pointer;
}

.text {
  line-height: 52px;
  padding: 0 21px;
  background-color: #ff5f36;
  font-size: 12px;
  color: #fff;
  transition: all 2s;
  border: 1px solid #ff5f36;
}

.text:hover {
  background-color: #fff;
  font-size: 12px;
  color: #ff5f36;
  border: 1px solid #ff5f36;
  transition: all 2s;
}

.more {
  width: 24px;
  line-height: 52px;
  text-align: center;
  background-color: #ffa800;
  color: #fff;
  display: block;
}

/* main */
.fiveFooter {
  margin-top: 2%;
}

main {
  /* flex: 1; */
  overflow: auto;
  position: relative;
  scroll-behavior: smooth;
}

main .card {
  /* min-height: calc(100vh - 97px); */
  height: 100%;
  padding: 1px 0;
}

main .first-card {
  overflow: hidden;
  position: relative;
  height: calc(100vh - 97px);
  height: 100%;
}

main .first-card .banner {
  width: 300vw;
  position: absolute;
  height: 100%;
}

main .first-card .banner li {
  float: left;
  width: 100vw;
}

main .first-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

main .first-card .act {
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

main .first-card .act li {
  width: 40px;
  height: 8px;
  background-color: #ff8e00;
  margin-right: 20px;
  transition: all 0.2s;
  cursor: pointer;
}

main .first-card .act li:hover {
  box-shadow: 0px 5px 20px #ff5f36;
  z-index: 10;
}

main .first-card .act .active {
  box-shadow: 0px 5px 20px #ff5f36;
  z-index: 10;
  width: 40px;
  background-color: #ff5f36;
}

main .second-card {
  background-color: #f6f6f6;
  padding: 1px 0;
}

main .second-card .second-card-header {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #010101;
}

main .second-card .second-card-header .second-card-header-left h2 {
  line-height: 58px;
  font-size: 37px;
  font-weight: 600;
}

main .second-card .second-card-header .second-card-header-left h3 {
  line-height: 55px;
  font-size: 31px;
  font-weight: 600;
}

main .second-card .second-card-container {
  overflow: hidden;
  position: relative;
}

main .second-card .second-card-body {
  margin-top: 40px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  width: 10000px;
  position: absolute;
  left: 0;
}

main .second-card .second-card-body .second-card-body-news {
  width: 350px;
  height: 480px;
  border-radius: 92px 0 92px 0;
  overflow: hidden;
  background-color: #fff;
}

main .second-card .second-card-body .second-card-body-news .news-img img {
  width: 282px;
  height: 230px;
  display: block;
  margin: 73px auto 0;
}

main .second-card .second-card-body .second-card-body-news .news-img {
  transition: transform 1s ease;
}

main .second-card .second-card-body .second-card-body-news .news-img:hover {
  transform: translate(0, -10px);
  transform: scale(1.2);
  transition: transform 1s ease;
}

main .second-card .second-card-body .second-card-body-news .news-title {
  line-height: 40px;
  font-size: 19px;
  margin-top: 23px;
  color: #262626;
}

main .second-card .second-card-body .second-card-body-news .news-divide {
  width: 52px;
  height: 2px;
  display: inline-block;
  background-color: #ff5f36;
  margin: 12px 0;
}

main .second-card .second-card-body .second-card-body-news .news-soto {
  line-height: 22px;
  font-size: 12px;
  color: #ffa780;
  margin-bottom: 44px;
}

main .second-card .second-card-footer {
  margin-top: 35px;
}

main .second-card .second-card-footer .switch {
  height: 53px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

main .second-card .second-card-footer .switch .count {
  line-height: 46px;
  padding-top: 7px;
  font-size: 18px;
  color: #808080;
}

main .second-card .second-card-footer .switch .count span {
  color: #ff5f36;
  font-size: 24px;
}

main .second-card .second-card-footer .switch .switch-button {
  display: flex;
  gap: 50px;
}

main .second-card .second-card-footer .switch .switch-button div {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  box-sizing: border-box;
  line-height: 53px;
  text-align: center;
  font-size: 16px;
}

main .second-card .second-card-footer .switch .switch-button .back {
  border: 1px solid #ccc;
  color: #ccc;
  cursor: pointer;
}

main .second-card .second-card-footer .switch .switch-button .forward {
  background-color: #ea5614;
  color: #fff;
  cursor: pointer;
}

main .second-card .second-card-footer .prograss {
  margin-top: 21px;
  height: 4px;
  background: linear-gradient(
    to right,
    #ff5f36 0%,
    #ff5f36 40%,
    #fff 40%,
    #fff 100%
  );
}

main .third-card {
  background: url(../img/666.jpg) no-repeat;
  background-position: -100px -200px;
}

main .third-card .w .third-card-container {
  display: flex;
  padding-top: 50px;
}

main .third-card .w .third-card-left {
  width: 341px;
  padding-top: 97px;
}

main .third-card .w .third-card-left .title {
  line-height: 61px;
  font-size: 36px;
  color: #010101;
}

main .third-card .w .third-card-left .title2 {
  line-height: 55px;
  font-size: 30px;
  color: #010101;
  margin-bottom: 74px;
}

main .third-card .w .third-card-middle {
  width: 465px;
  height: 520px;
  position: relative;
}

main .third-card .w .third-card-middle img {
  width: 100%;
  height: 660px;
  position: absolute;
  border-radius: 96px 0 96px 0;
  object-fit: cover;
}

main .third-card .w .third-card-right {
  width: 607px;
  margin-left: 117px;
  padding-top: 49px;
}

main .third-card .w .third-card-right .title {
  line-height: 60px;
  font-size: 23px;
  color: #ff5f36;
}

main .third-card .w .third-card-right .articel {
  line-height: 35px;
  font-size: 17px;
  color: #535353;
  margin-top: 10px;
}

main .third-card .third-card-footer {
  border-top: 1px solid #ff5f36;
}

main .third-card .third-card-footer .w .footer-container {
  display: flex;
  justify-content: space-between;
  margin-top: -7px;
  gap: 115px;
  margin-bottom: 50px;
}

main .third-card .third-card-footer .w .footer-container .footer-empty {
  width: 60%;
}

main .third-card .third-card-footer .w .footer-container .footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink:0;
}

main .third-card .third-card-footer .w .footer-container .footer-content .dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #ff5f36;
}

main
  .third-card
  .third-card-footer
  .w
  .footer-container
  .footer-content
  .count {
  line-height: 49px;
  font-size: 27px;
  color: #ff5f36;
  font-weight: 600;
}

main
  .third-card
  .third-card-footer
  .w
  .footer-container
  .footer-content
  .describ {
  line-height: 41px;
  font-size: 16px;
  color: #535353;
}

main .forth-card .forth-zhezhao {
  width: 50%;
  opacity: 1;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
}

main .forth-card .forth-zhezhao2 {
  width: 50%;
  opacity: 1;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
}

.forth-card {
  position: relative;
}

#forth-container {
  position: absolute;
  left: 150px;
  top: 150px;
  z-index: 9999;
  width: 300px;
}

#forth-nav {
  position: absolute;
  left: 380px;
  top: 250px;
  z-index: 9999;
}

#forth-nav li {
  display: inline;
  width: 24%;
  text-decoration: none;
  padding: 15px;
}

#forth-nav li img {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  border: 2px solid white;
}

#forth-nav li:hover {
  background-color: lightblue;
}

#forth-container img {
  width: 200px;
  height: 400px;
  border-radius: 30px;
}

/* section{
height: 300px;
} */
main .forth-card {
  overflow: hidden;
  position: relative;
  height: calc(100vh - 97px);
}

main .forth-card .banner2 {
  width: 300vw;
  position: absolute;
}

main .forth-card .banner2 li {
  float: left;
  width: 100vw;
}

main .forth-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

main .forth-card .act2 {
  position: absolute;
  bottom: 80px;
  right: 120px;
  z-index: 10;
}

main .forth-card .act2 li {
  width: 40px;
  height: 8px;
  float: left;
  background: rgba(255, 142, 0, 0.6);
  opmargin-right: 20px;
  transition: all 0.2s;
  cursor: pointer;
  margin-right: 20px;
}

main .forth-card .act2 li:hover {
  box-shadow: 0px 5px 20px #ff5f36;
  z-index: 10;
}

main .forth-card .act2 .active2 {
  box-shadow: 0px 5px 20px #ff5f36;
  z-index: 10;
  width: 40px;
  background-color: #ff5f36;
}

main .fifth-card {
  background-color: #f6f6f6;
}

main .fifth-card .w {
  width: 1676px;
}

main .fifth-card .w .header {
  text-align: center;
  margin: 20px 0;
}

main .fifth-card .w .header h2 {
  font-size: 36px;
  line-height: 60px;
  font-weight: 600;
  color: #010101;
}

main .fifth-card .w .header h3 {
  font-size: 30px;
  line-height: 54px;
  font-weight: 600;
  color: #010101;
}

main .fifth-card .w .body {
  display: flex;
  justify-content: space-between;
}

main .fifth-card .w .body .container {
  width: 384px;
  height: 540px;
  background-color: #fff;
}

main .fifth-card .w .body .container .img {
  width: 384px;
  height: 367px;
  overflow: hidden;
  border-radius: 0 0 93px 0;
  transition: transform 0.8s ease;
}

main .fifth-card .w .body .container .img:hover {
  transition: transform 0.8s ease;
  transform: translate(0, -10px);
  box-shadow: 0 8px 8px 0 grey;
}

main .fifth-card .w .body .container .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main .fifth-card .w .body .container .content {
  padding: 9px 28px;
}

main .fifth-card .w .body .container .content .time {
  line-height: 40px;
  font-size: 10px;
  color: #a6a6a6;
}

main .fifth-card .w .body .container .content .articel {
  line-height: 28px;
  font-size: 18px;
  color: #1a1a1a;
  margin-bottom: 17px;
  font-weight: bold;
}

main .fifth-card .w .body .container .content .see-more {
  line-height: 30px;
  font-size: 14px;
  color: #ea5615;
  font-weight: bold;
  cursor: pointer;
}

main .fifth-card .w .body .container .content .see-more:hover {
}

main .fifth-card .w .footer {
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: center;
}

.iw_poi_title {
  color: #cc5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}

.iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}

#dituContent {
  height: 700px;
  border: #ccc solid 1px;
  width: 60%;
}

main .sixth-card .sixth-other {
  position: absolute;
  top: 10%;
  right: 50px;
}

#sixth {
  position: relative;
  padding-top: 30px;
}

main .sixth-card .sixth-other .last-head p {
  font-size: 32px;
}

main .sixth-card .sixth-other .last-head h3 {
  font-size: 26px;
}

main .sixth-card .sixth-other .last-head .underline {
  padding-bottom: 10px;
  border-bottom: 2px solid #eb5614;
}

main .sixth-card .sixth-other .sixth-footer {
  width: 400px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

main .sixth-card .sixth-other .sixth-footer li {
  width: 200px;
  vertical-align: middle;
}

main .sixth-card .sixth-other .sixth-footer li img {
  width: 130px;
  height: 130px;
}

#dituContent {
  position: absolute !important;
}


@media (max-width: 1610px) {
  .second-card .w {
    width: 1480px;
  }

  main .second-card .second-card-body .second-card-body-news {
    width: 340px;
  }

  .third-card .w {
    width: 1493px;
  }

  main .fifth-card .w {
    width: 1480px;
  }

  main .fifth-card .w .body .container,
  main .fifth-card .w .body .container .img {
    width: 340px;
  }
}

@media (max-width: 1503px) {
 

  .second-card .w {
    width: 1190px;
  }

  main .second-card .second-card-body .second-card-body-news {
    height: 450px;
  }

  main .second-card .second-card-body .second-card-body-news {
    width: 267px;
  }

  main .second-card .second-card-body .second-card-body-news .news-img img {
    width: 224px;
    height: 190px;
  }

  .third-card .w {
    width: 1190px;
  }

  main .third-card .w .third-card-left {
    width: 280px;
  }

  main .third-card .third-card-footer .w .footer-container {
    gap: 80px;
  }

  main .third-card .w .third-card-right {
    padding-top: 0;
    margin-bottom: 30px;
  }

  main .fifth-card .w {
    width: 1190px;
  }

  main .fifth-card .w .body {
    margin-bottom: 15px;
  }

  main .fifth-card .w .body .container {
    width: 267px;
    height: 435px;
  }

  main .fifth-card .w .body .container .img {
    width: 267px;
    height: 253px;
  }
}

@media (max-width: 1440px) and (min-width: 1201px) {
  main .second-card .second-card-header {
    margin-top: 0;
  }
  main .second-card .second-card-footer {
    margin-top: -10px;
  }
  main .second-card .second-card-body {
    margin-top: 0;
  }
  main .third-card .w .third-card-middle img {
    height: 570px;
  }
  main .fifth-card .w .header {
    margin: 0 0 20px 0;
  }
}

@media (max-width: 1200px) {
  

  .second-card .w {
    width: 982px;
  }

  main .second-card .second-card-body .second-card-body-news {
    height: 370px;
  }

  main .second-card .second-card-body .second-card-body-news {
    width: 212px;
  }

  main .second-card .second-card-body .second-card-body-news .news-img img {
    width: 170px;
    height: 140px;
  }

  main .second-card .second-card-body .second-card-body-news .news-title {
    line-height: 26px;
    font-size: 15px;
    margin-top: 23px;
    color: #262626;
  }

  .third-card .w {
    width: 748px;
  }

  main .third-card .w .third-card-container {
    display: flex;
    padding-top: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  main .third-card .w .third-card-left {
    display: flex;
    padding-top: 0;
    justify-content: space-between;
    align-items: center;
  }

  main .third-card .w .third-card-left {
    width: 100%;
    margin-bottom: 20px;
  }

  main .third-card .w .third-card-left .title2 {
    margin-bottom: 0;
  }

  main .third-card .third-card-footer .w .footer-container {
    gap: none;
  }

  main .third-card .w .third-card-middle {
    width: 350px;
  }

  main .third-card .w .third-card-middle img {
    height: 100%;
  }

  main .third-card .w .third-card-right {
    width: 350px;
    margin-left: 0;
  }

  main .third-card .third-card-footer .w .footer-container .footer-empty {
    display: none;
  }

  main .fifth-card .w {
    width: 748px;
  }

  main .fifth-card .w .body {
    margin-bottom: 15px;
    flex-wrap: wrap;
  }

  main .fifth-card .w .body .container {
    width: 350px;
    height: 516px;
    margin-bottom: 20px;
  }

  main .fifth-card .w .body .container .img {
    width: 350px;
    height: 358px;
  }
}

main{
  height: calc(100% - 97px);
}
@media (max-width: 992px) {
  main{
    height: calc(100% - 60px);
  }
  

  .second-card .w {
    width: 738px;
  }

  main .second-card .second-card-body .second-card-body-news {
    width: 349px;
  }

  main .second-card .second-card-body .second-card-body-news {
    height: 300px;
  }

  main .second-card .second-card-body .second-card-body-news .news-img img {
    margin: 10px auto 0;
    width: 182px;
    height: 182px;
  }

  main .second-card .second-card-body .second-card-body-news .news-soto {
    margin-bottom: 10px;
  }

  main .second-card .second-card-header .second-card-header-left h2 {
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
  }

  main .second-card .second-card-header .second-card-header-left h3 {
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
  }

  main .forth-card .banner2,
  main .forth-card .act2 {
    display: none;
  }
}

@media (max-width: 768px) {
  main .first-card .banner {
    heposition: absolute;
    height: 100%;
  }

  main .first-card.card {
    padding-bottom: 0;
  }

  main .card {
    min-height: auto;
    padding-bottom: 15px;
  }

  header {
    height: 60px;
  }

  main .second-card .second-card-body {
    margin-top: 10px27;
  }

  .second-card .w {
    width: 365px;
  }

  main .second-card .second-card-body .second-card-body-news {
    width: 172px;
  }

  main .second-card .second-card-body .second-card-body-news {
    height: 248px;
    border-radius: 30px 0 30px 0;
  }

  main .second-card .second-card-body .second-card-body-news .news-img img {
    margin: 10px auto 0;
    width: 138px;
    height: 110px;
  }

  main .second-card .second-card-body .second-card-body-news .news-soto {
    margin-bottom: 0px;
  }

  main .second-card .second-card-header .second-card-header-left h2 {
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
  }

  main .second-card .second-card-header .second-card-header-left h3 {
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
  }

  .third-card .w {
    width: 375px;
  }

  main .third-card .w .third-card-container {
    display: flex;
    padding-top: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  main .third-card .w .third-card-left {
    display: flex;
    padding-top: 0;
    justify-content: space-between;
    align-items: center;
  }

  main .third-card .w .third-card-left {
    width: 100%;
    margin-bottom: 20px;
  }

  main .third-card .w .third-card-left .title {
    line-height: 30px;
    font-size: 18px;
    color: #010101;
  }

  main .third-card .w .third-card-left .title2 {
    line-height: 30px;
    font-size: 16px;
    color: #010101;
  }

  main .third-card .third-card-footer .w .footer-container {
    gap: none;
  }

  main .third-card .w .third-card-middle {
    width: 100%;
    height: 200px;
  }

  main .third-card .w .third-card-middle img {
    height: 100%;
    border-radius: 30px 0 30px 0;
  }

  main .third-card .w .third-card-right {
    width: 350px;
    margin-left: 0;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  main .third-card .third-card-footer {
    margin-left: 10px;
    margin-right: 10px;
  }

  main .third-card .third-card-footer .w .footer-container .footer-empty {
    display: none;
  }

  main .third-card .w .third-card-right .title {
    line-height: 33px;
    font-size: 16px;
    color: #ff5f36;
  }

  main .third-card .w .third-card-right .articel {
    line-height: 24px;
    font-size: 14px;
    color: #535353;
    margin-top: 5px;
  }

  main .third-card .third-card-footer .w .footer-container {
    justify-content: space-between;
    gap: 0px;
  }

  main
    .third-card
    .third-card-footer
    .w
    .footer-container
    .footer-content
    .dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #ff5f36;
  }

  main
    .third-card
    .third-card-footer
    .w
    .footer-container
    .footer-content
    .count {
    line-height: 23px;
    font-size: 16px;
    color: #ff5f36;
    font-weight: 600;
  }

  main
    .third-card
    .third-card-footer
    .w
    .footer-container
    .footer-content
    .describ {
    line-height: 20px;
    font-size: 14px;
    color: #535353;
  }

  #forth-container {
    position: absolute;
    left: 80px;
    top: 100px;
    z-index: 9999;
    width: 300px;
  }

  #forth-nav {
    position: absolute;
    left: 50px;
    top: 40px;
    z-index: 9999;
  }

  #forth-nav ul {
    display: flex;
    justify-content: space-around;
    width: 300px;
  }

  #forth-nav li {
    display: inline;
    width: 24%;
    text-decoration: none;
    padding: 15px;
  }

  #forth-nav li img {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border: 2px solid white;
    margin: 0 auto;
  }

  #forth-nav li:hover {
    background-color: lightblue;
  }

  #forth-container img {
    width: 200px;
    height: 400px;
    border-radius: 30px;
  }

  #forth-container {
    width: 200px;
    margin-top: 20px;
    margin-left: 5%;
  }

  main .fifth-card .w {
    width: 375px;
  }

  main .fifth-card .w .header h2 {
    line-height: 38px;
    font-size: 18px;
    font-weight: 600;
  }

  main .fifth-card .w .header h3 {
    line-height: 41px;
    font-size: 21px;
    font-weight: 600;
  }

  main .fifth-card .w .body {
    margin-bottom: 15px;
    flex-wrap: wrap;
  }

  main .fifth-card .w .body .container {
    width: 172px;
    height: 285px;
    margin-bottom: 10px;
  }

  main .fifth-card .w .body .container .img {
    width: 172px;
    height: 156px;
    border-radius: 0 0 30px 0;
  }

  main .fifth-card .w .body .container .content {
    padding: 0 12px;
  }

  main .fifth-card .w .body .container .content .time {
    line-height: 28px;
    font-size: 10px;
    color: #a6a6a6;
  }

  main .fifth-card .w .body .container .content .articel {
    line-height: 22px;
    font-size: 14px;
    color: #1a1a1a;
    margin-bottom: 0;
  }

  main .fifth-card .w .body .container .content .see-more {
    line-height: 26px;
    font-size: 12px;
    color: #ea5615;
  }

  main .fifth-card .w .footer {
    display: flex;
    height: 70px;
    align-items: center;
    justify-content: center;
  }

  #dituContent {
    margin: 0 auto;
    margin-top: 15px;
    width: 375px;
    height: 250px;
    border: #ccc solid 1px;
  }

  main .sixth-card .sixth-other {
    margin: 0 auto;
    position: absolute;
    top: 310px;
    left: 0px;
    width: 375px;
  }

  #sixth {
    position: relative;
  }

  main .sixth-card .sixth-other .last-head p {
    font-size: 28px;
    margin-top: 10px;
  }

  main .sixth-card .sixth-other .last-head {
    padding-left: 10px;
    padding-right: 10px;
  }

  main .sixth-card .sixth-other .last-head h3 {
    font-size: 18px;
  }

  main .sixth-card .sixth-other .sixth-footer {
    display: flex;
    justify-content: space-between;
  }

  main .sixth-card .sixth-other .sixth-footer {
    width: 375px;
  }

  main .sixth-card .sixth-other .sixth-footer li {
    width: 80px;
  }

  main .sixth-card .sixth-other .sixth-footer li img {
    width: 80px;
    height: 80px;
  }

  main .sixth-card .sixth-other .sixth-footer li h2 {
    font-size: 13px;
  }

  .copyright {
    position: absolute;
    top: 670px;
    height: 50px;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 20px;
  }
}

@media (min-width: 1025px) {
  .banner-pc {
    display: block !important;
  }
  .banner-mob {
    display: none !important;
  }
  header .nav {
    gap: unset !important;
    display: flex !important;
  }
  header .nav li {
    margin: 0 25px;
  }
 
}
@media(max-width: 992px){
  .third-card .w {
    width: 100%!important;
  }
  .banner2 {
    display: block !important;
    height: 100%;
  }
  .banner2 a{
    display: block;
    height: 100%;
    position: relative
  }
  .banner2 img{
    height: 100% !important;
    /* width: 290% !important; */
    object-fit: fill !important;
    width: auto !important;
    /* margin-left: -20%; */
    position: absolute;
    left: -25%;
  }
  main .forth-card .banner2 li:last-child{
    display: none;
  }
}

.mySwiperBanner{
  display: none;
}
@media (max-width: 768px) {
  .banner-pc-div {
    display: none !important;
  }
  .banner-mob-div {
    display: block !important;
  }
  main .first-card .act3 {
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main .first-card .act3 .active {
    box-shadow: 0px 5px 20px #ff5f36;
    z-index: 10;
    width: 40px;
    background-color: #ff5f36;
  }
  main .first-card .act3 li {
    width: 40px;
    height: 8px;
    background-color: #ff8e00;
    margin-right: 20px;
    transition: all 0.2s;
    cursor: pointer;
  }
  main {
    height: calc(100% - 60px);
  }
  #second .w {
    display: flex;
    flex-direction: column;
    height: 100%;
    /* width: 100% !important;
    padding: 0 10px;
    box-sizing: border-box; */
  }
  .second-card-container {
    height: calc(100% - 60px - 78px) !important;

    padding: 10px 0;
  }
  .second-card-body {
    height: calc(100% - 40px);
    box-sizing: border-box;
    margin-top: 0 !important;
    /* row-gap: 10px !important; */
    /* gap: 21px !important; */
  }

  .second-card-body-news {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 10px;
  }
  main .second-card .second-card-body .second-card-body-news .news-divide{
    margin: 5px 0 !important;
  }
  main .third-card .w .third-card-right .articel{
    font-size: 12px;
  }
  .news-title {
    margin-top: 0 !important;
  }
  .second-card-footer {
    margin-top: 10px !important;
    padding-bottom: 10px;
  }
  .second-card-body-news {
    height: 44% !important;
    padding-bottom: 10px !important;
  }
  main .card {
    padding-bottom: 0 !important;
  } 
  .third-card-container {
    padding-top: 0 !important;
    height: calc(100% - 70px);
    flex-direction: column;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
  }
  .third-card-middle{
    width: 94% !important;
    margin-left: 3%;
  }
  .third-card-right{
    width: 100% !important;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 10px !important;
  }
  .third-card-footer {
    margin-top: 10px;
  }

  main .forth-card{
    height:100%;
  }
  #fifth .header {
    margin: 0 !important;
    padding: 10px 0 !important;
  }
  #fifth .body {
    height: calc(100% - 99px - 70px);
    margin-bottom: 0 !important;
  }
  #fifth .container{
    height:calc(50% - 10px);
    margin-bottom: 10px !important;
  }
  #fifth .container .img{
    height: 50% !important;
  }
  .fiveFooter{
    margin-top: 0 !important;
  }
  #sixth{
    padding-top: 0 !important;
  }
  #dituContent{
    height : 250px !important;
    width: 100% !important;
    margin-top: 0 !important;
  }
  .sixth-other{
    top: 260px !important;
    height:  calc(100% - 70px - 270px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  /* .last-head{
    padding-bottom: 0 !important;
  }
  .last-head p{
    margin-top:0 !important;
  } */
  .qrCode{
    margin-top: 10px !important;
  }
  .qrCode img{
    width: 60px !important;
    height: 60px !important;
  }
  .textName,.textName1 {
    padding-left: 0;
    width: 60px;}
  .copyright{
    top: auto !important;
    bottom: 0;
    height: 40px !important;
    padding: 0 10px;
  }
  .sixth-footer{
    width: 100% !important;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .third-card-left{
    padding: 0 10px;
    margin-top: 10px;
    box-sizing: border-box !important;
  }
  .third-card-left .title{
    font-size: 26px !important;
    font-weight: 500;
  }
  .third-card-left .title2{
    font-size: 20px !important;
  }
  .fifth-card.card h2,.second-card-header-left h2{
    text-transform: uppercase;
    font-size: 26px !important;;
  }
  .fifth-card.card h3,.second-card-header-left h3{
    font-size: 20px !important;;
  }
  .mySwiperBanner{
    display: block;
  }
  .mySwiperBanner .swiper-slide img{
    width: 100%;
    height: 100%;
  }
  .mySwiperBanner .swiper-pagination-bullet{
    width: 40px;
    height: 8px;
    background-color: #ff8e00;
    margin-right: 20px;
    transition: all 0.2s;
    cursor: pointer;
    border-radius: 0;
    opacity: 1;
  }
  .mySwiperBanner .swiper-pagination{
    margin-bottom: 20px;
  }
  .mySwiperBanner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    box-shadow: 0px 5px 20px #ff5f36;
    z-index: 10;
    width: 40px;
    background-color: #ff5f36;
}
}